Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 9 Aug 2026 10:38:49 +0000 (12:38 +0200)
committerPatrick Franz <deltaone@debian.org>
Sun, 9 Aug 2026 10:38:49 +0000 (12:38 +0200)
commit0898d0640d9b6570fe11975690cc618e7d2df1f2
treee41ede449f4faf81a046d0fa2151816a461b4b8b
parentf6be8d58985166b33d73335dc7aad6cb22244705
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake